This page last changed on Nov 13, 2006 by cholmes.

The windows service wrapper allows you to run GeoServer as a windows service.
You can download the file here.
The wrapper service that is used is the Java Service Wrapper.

Installation instructions

  1. Download the file.
  2. Extract it to your GeoServer installation directory
    • You should now have three files under (GeoServer)/: wrapper.exe, wrapper_readme.txt, wrapper_license.txt, and some extra files under bin/
  3. Open up the command line and navigate to your root GeoServer directory.
  4. Type: wrapper.exe -c ./bin/wrapper/wrapper.conf to run the wrapper with GeoServer
  5. Or type: wrapper.exe -i ./bin/wrapper/wrapper.conf to run GeoServer as a service with the wrapper.

The configuration file under (geoserver_home)/bin/wrapper/ called wrapper.conf is your configuration file for the wrapper service.
You can find out more information in the readme that comes with the files or visit the home page for the Java Service Wrapper.

Two things that I noticed I had to do to get this to work under Windows:

1. Set the path to the data dir to the 8.3 path name in windows D:\PROGRA~1\GEOSER~1.0-R\data_dir

2. Make sure that JAVA_HOME is set as a system variable, not a user variable.

 Dan

Posted by [email protected] at Mar 16, 2007 12:10
Document generated by Confluence on Jan 16, 2008 23:27